<html>
<head>
<title>Hi JSP</title>
</head>
<body>
<center>
   <font size="+3"><b>Hi: <%= request.getParameter("whoisit") %></font><br />
   <font size="+1">from JSP</b></font>
</center>
</body>
</html>